home *** CD-ROM | disk | FTP | other *** search
- on ROLODEXButton
- set Mysprite to the clickOn
- set currCast to the mouseCast
- puppetSprite(Mysprite, 1)
- set the castNum of sprite Mysprite to currCast + 1
- updateStage()
- delay(15)
- set the castNum of sprite Mysprite to currCast
- updateStage()
- puppetSprite(Mysprite, 0)
- end
-